home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000094_news@newsmaster….columbia.edu _Thu Oct 1 18:28:17 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA09937
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 1 Oct 1998 18:28:16 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA01354
  7.     for kermit.misc@watsun; Thu, 1 Oct 1998 18:28:14 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: overlays and IBM characters via telnet?
  12. Date: 1 Oct 1998 22:28:14 GMT
  13. Organization: Columbia University
  14. Lines: 18
  15. Message-ID: <6v0vlu$ft0$1@apakabar.cc.columbia.edu>
  16. References: <GO+E2Yv1u0EN084yn@eskimo.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9277
  19.  
  20. In article <GO+E2Yv1u0EN084yn@eskimo.com>,
  21. Frank Sergeant <frank.sergeant@pobox.com> wrote:
  22.  
  23. : ; I'd like to do the following for Alt-C, but it comes
  24. : ;  out as \46 instead of \302
  25. : ;set key \2147 \302    ; Alt-C
  26.  
  27. 46 = 302 % 256
  28.  
  29. you want
  30.  
  31. set key \2147 \{30}2
  32.  
  33.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  34.                  The Kermit Project * Columbia University
  35.               612 West 115th St #716 * New York, NY * 10025
  36.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org